| Package | Description |
|---|---|
| peak.can | |
| peak.can.basic |
| Modifier and Type | Method and Description |
|---|---|
TPCANType |
ChannelItem.getType()
Gets the PCAN Hardware Type (for Non-PNP devices only)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelItem.setType(TPCANType type)
Sets the PCAN Hardware Type (for Non-PNP devices only)
|
| Constructor and Description |
|---|
ChannelItem(TPCANHandle tPCANHandle,
TPCANType tPCANType,
boolean isCanFd)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static TPCANType |
TPCANType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TPCANType[] |
TPCANType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TPCANHandle.containsSJA(TPCANHandle handle,
TPCANType type)
Verify the provided TPCANHandle contains a SJA1000 controller
|
TPCANStatus |
PCANBasic.Initialize(TPCANHandle Channel,
TPCANBaudrate Btr0Btr1,
TPCANType HwType,
int IOPort,
short Interrupt)
Initializes a PCAN Channel
|